home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GDIPAL.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  641b  |  17 lines

  1. #----------------------------------------------------------------------------
  2. # Borland C++
  3. # Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. #   examples\series\gdipal\makefile
  5. #----------------------------------------------------------------------------
  6.  
  7. SYSTEMS = WIN32
  8. OSMAJOR = 4
  9. OSMINOR = 0
  10. EXERES  = gdipal
  11. CPCH    = -Hc -H"windows.h" -H=gdipal.csm
  12. OBJEXE  = about.obj brushdlg.obj client.obj colordlg.obj dispatch.obj\
  13.           gdipal.obj infodlg.obj init.obj misc.obj palctrl.obj palette.obj\
  14.           pendlg.obj statbar.obj toolbar.obj winmain.obj
  15.  
  16. !include $(BCEXAMPLEDIR)\makefile.gen
  17.